lcDrwCopy Home

Copies data from source drawing into destination drawing. Both drawings must exist within one application.

 BOOL lcDrwCopy (
   HANDLE hDrw,
   HANDLE hDrwSrc
 );

Parameters
hDrw
  Handle to a destination drawing object.
hDrwSrc
  Handle to a source drawing object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).